home *** CD-ROM | disk | FTP | other *** search
- on Frenesi
- if rollOver(5) then
- logo()
- else
- puppetSprite(5, 0)
- end if
- end
-
- on logo
- if rollOver(5) then
- puppetSprite(5, 1)
- repeat with x = 1 to 10
- set the castNum of sprite 5 to the number of cast string("s" & x)
- countTime()
- updateStage()
- end repeat
- end if
- end
-
- on countTime
- startTimer()
- repeat while the timer < 3
- nothing()
- end repeat
- end
-